home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-12-11 | 461 b | 22 lines | [TEXT/MPS ] |
- // UAEServerCommand.h
- // Copyright © 1991 Apple Computer, Inc. All rights reserved.
- // Kent Sandvik DTS
- // This file contains the TAEServerCommand class, used to
- // serve the incoming Apple event with needed information
-
-
- #ifndef __AESERVERCOMMAND__
- #define __AESERVERCOMMAND__
-
- #ifndef __AEGESTALT__
- #include "UAEGestalt.h"
- #endif
-
- class TAEServerCommand : public TServerCommand {
- public:
- TAEServerCommand();
- virtual pascal void DoIt();
- };
-
- #endif
-